﻿.head-title{
	position: fixed;
	z-index: 888;
	height: 80px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 1px -1px 8px #888888;
}

.head-box{
	height: 100%;
}

.logo-box{
	float: left;
	margin-top: 5px;
	display: block;
	width: 347px;
	height: 56px;
}

.logo-box img{
	width: 100%;
	height: 100%;
}


.head-list{
	float: left;
	margin-top: 5px;
	height: 100%;
	margin-left: 50px;
	line-height: 65px;
}

.head-title-a{
	font-size:14px;
	font-family:SourceHanSansCN-Regular;
	font-weight:400;
	color:#fff;
}

.head-list>ul>li{
	position: relative;
	float: left;
	margin-right: 20px;
	font-family:SourceHanSansCN-Regular;
	font-weight:400;
	line-height: 80px;
	color:rgba(130,130,130,1);
}
.head-list>ul>li:hover .head-title-a{
    font-weight:bold;
	color: #3EB296;
}
.head-list>ul>li.on .head-title-a{
	color: #fff;
	border-bottom: 3px solid #fff;
	padding-bottom: 15px;
}
.head-list>ul>li:hover .head-title-a:hover{
	text-decoration: underline;
}
.head-list>ul>li ul li{
	padding: 10px 0px;
    line-height: 35px;
}
.head-ul>li:nth-last-child(1)
{
	margin-right: 0;
}


.rightk{
	margin-left:10px;
	width:6px;
	height:4px;
	display: inline-block;
	background-image: url('../images/rightk.png');
	background-repeat:no-repeat;
	background-size:100% 100%;-moz-background-size:100% 100%;
	position:absolute;
	right: -10px;
	top: 41px;
}

.product-li:hover .rightk{
	transform: rotateZ(180deg);
}
.product-li:hover .product-li-box{
	display: block;
	animation-name: mymove;
	animation-duration: 0.3s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-timing-function: linear;
	animation-fill-mode:  both;
}
.make-li:hover .rightk{
	transform: rotateZ(180deg);
}

.make-li:hover .make-li-box{
	display: block;
	animation-name: mymove;
	animation-duration: 0.5s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-timing-function: linear;
	animation-fill-mode:  both;
}

.gywm-li:hover .rightk{
	transform: rotateZ(180deg);
}

.gywm-li:hover .gywm-li-box{
	display: block;
	animation-name: mymove;
	animation-duration: 0.5s;
	animation-iteration-count:1;
	animation-direction: normal;
	animation-timing-function: linear;
	animation-fill-mode:  both;
}

/*鍒涘缓鍔ㄧ敾*/
@keyframes mymove {

	0%{
		top: 110px;
		opacity: 0.1;
	}
	25%{
		top: 90px;
		opacity: 0.4;
	}
	50%{
		top: 70px;
		opacity: 0.6;
	}

	75%{
		top: 60px;
		opacity: 0.8;
	}

	100%{
		top: 55px;
		opacity: 1;
	}
}
.head-active,.head-active a{
	color: #3EB296!important;
}
.head-active .bottom-line{
	display: block;
}

.bottom-line{
	display: none;
	position: absolute;
	height: 2px;
	width: 18px;
	background: #3EB296;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
}
.head-register-btn{
	margin-left: 44px;
	position: relative;
	float: left;
	margin-top: 5px;
	width: 100px;
	height: 100%;
	line-height: 65px;
}

.register-btn{
	margin-top: 5px;
	display: block;
	text-align: center;
	width: 100px;
	height: 28px;
	line-height: 28px;
	background: #3EB296;
	border-radius: 14px;
	color: #ffffff;
	top: 50%;
	transform: translate(0,50%);
}

/*浜у搧涓績涓嬫媺鐩掑瓙*/
.product-li-box{
	box-sizing: border-box;
	display: none;
	opacity: 0;
	position: absolute;
	left: -65px;
	top: 120px;
	width:420px;
	background:rgba(255,255,255,1);
	box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.1);
	z-index: 11;
	padding-top: 20px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 33px;
}
.product-li-title{
	position: relative;
	border-bottom: 1px  solid rgba(245,245,245,1);
	height: 40px;
	width: 100%;
}

.product-li-title img{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}

.product-li-title span{
	position: absolute;
	left: 27px;
	top: 50%;
	transform: translate(0,-50%);
	font-size:18px;
	font-family:SourceHanSansCN-Regular;
	font-weight:400;
	color:rgba(93,93,93,1);
	line-height:28px;
}

.product-li-content{
	width: 100%;
	height: 160px;
}

.product-li-item{
    position: relative;
    width: 100%;
    height: 40px;
    float: left;
    margin-right: 3%;
    margin-bottom: 30px;
}

.product-item-title{
	position: relative;
	width: 100%;
	height: 50%;
}
.product-item-title img{
	position: absolute;
	left: 0;
	top: 23px;
}


.product-item-title a{
	position: absolute;
	left: 22px;
	top: 18px;
	font-size:16px;
	font-family:SourceHanSansCN-Regular;
	font-weight:400;
	color:rgba(93,93,93,1)!important;
	line-height:28px;
	font-weight: bold;
}

.product-item-intro{
    color: rgba(130,130,130,1)!important;
    font-size: 14px;
}

.product-item-title a:hover{
	font-size:16px;
	font-family:SourceHanSansCN-Regular;
	font-weight:400;
	color:rgba(62,178,150,1)!important;
	line-height:28px;
}


/*浜у搧瀹氬埗涓嬫媺鐩掑瓙*/
.make-li-box{
	box-sizing: border-box;
	display: none;
	opacity: 0;
	position: absolute;
	left: -29px;
	top: 120px;
	width:432px;
	background:rgba(255,255,255,1);
	box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	z-index: 999999999999;
}

.make-li-box li{
	width: 100%;
	height: 20%;
}

.make-li-box li a{
	width: 432px;
	display: inline-block;
	height: 100%;
}

.make-li-box li:hover{
	background:rgba(250,250,250,1);
}

.make-li-box li:hover span,.make-li-box li:hover p{
	color:rgba(62,178,150,1);
}

.make-li-select{
	background:rgba(250,250,250,1)!important;
}
.make-li-select span,.make-li-select p{
	color:rgba(62,178,150,1)!important;
}

.make-li-box li span{
	display: inline-block;
	width: 100%;
	font-size:17px;
	font-family:Lato-Bold;
	font-weight:bold;
	color:rgba(112,114,112,1);
	padding-left: 34px;
	padding-right: 20px;
	box-sizing: border-box;
    line-height: 35px;
}

.make-li-box li p{
	display: inline-block;
	width: 76%;
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(112,114,112,1);
	line-height:20px;
	box-sizing: border-box;
	padding-left: 34px;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.product-box-select a{
	color: #3EB296!important;
}

/*浜у搧瀹氬埗涓嬫媺鐩掑瓙*/
.gywm-li-box{
	box-sizing: border-box;
	display: none;
	opacity: 0;
	position: absolute;
	left: -29px;
	top: 120px;
	width:120px;
	height:220px;
	background:rgba(255,255,255,1);
	box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.gywm-li-box li{
	padding: 8px 0px!important;
	line-height: 25px!important;
	text-align: center;
}
.gywm-li-box li a{
	font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(112,114,112,1);
}
.gywm-li-box li a:hover{
	color: #3EB296!important;
}